Package [root]
Functions
Displays the artist menu of the application and reads user input for the selected option.
Deletes an artist based on their index.
Deletes a song based on its index.
Toggles the explicitify status of a song based on its index.
Generates a new song instance using user input for song properties.
Filters a MutableList of Song instances based on user input.
Sorts a MutableList of Song instances based on user input.
Lists songs with a rating of 1.
Lists songs based on a specified rating.
Lists songs based on a specified number of days.
Loads artists from an external file.
Prints all artists in a tabular format with rounded borders.
Prints all songs in a tabular format with rounded borders.
Removes multiple songs based on their index.
Show artist menu and handle user choices.
Show song menu and handle user choices.
Saves artists to an external file.
Searches for songs based on index, filters, and sorts them based on user input.
Updates an existing artist with new properties based on user input.
Updates an existing song with new properties based on user input.
Displays a selected artist based on their index.